Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.jface.text.BadPartitioningException

Packages that use BadPartitioningException
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
 

Uses of BadPartitioningException in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that throw BadPartitioningException
 String[] IDocumentExtension3.getLegalContentTypes(String partitioning)
          Returns the set of legal content types of document partitions for the given partitioning This set can be empty.
 String IDocumentExtension3.getContentType(String partitioning, int offset)
          Returns the type of the document partition containing the given offset for the given partitioning.
 ITypedRegion IDocumentExtension3.getPartition(String partitioning, int offset)
          Returns the document partition of the given partitioning in which the given offset is located.
 ITypedRegion[] IDocumentExtension3.computePartitioning(String partitioning, int offset, int length)
          Computes the partitioning of the given document range based on the given partitioning.
 ITypedRegion[] AbstractDocument.computePartitioning(String partitioning, int offset, int length)
           
 String AbstractDocument.getContentType(String partitioning, int offset)
           
 String[] AbstractDocument.getLegalContentTypes(String partitioning)
           
 ITypedRegion AbstractDocument.getPartition(String partitioning, int offset)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.